CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tower of hanoi

搜索资源列表

  1. Hanoi

    0下载:
  2. 实现一个简单的汉诺塔游戏,输出每次移动的步骤-Tower of Hanoi game, a simple output of each mobile steps
  3. 所属分类:Other Games

    • 发布日期:2017-05-15
    • 文件大小:3695361
    • 提供者:何岗
  1. hanoi

    1下载:
  2. 这是一个著名的汉诺塔游戏的flash版本,游戏界面生动有趣。-This is a well-known Tower of Hanoi game flash version of the game interface is interesting.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-18
    • 文件大小:4919629
    • 提供者:戰龍在野
  1. hanoi

    0下载:
  2. 汉诺塔问题,这是一个古典的数学问题,是一个用递归方法解题的典型例子。-Tower of Hanoi problem, which is a classical mathematical problem, is a typical example of a recursive method of solving problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:529
    • 提供者:星星
  1. hanoi

    0下载:
  2. 用c编写的一个在linux环境下运行的汉诺塔游戏源码,用gcc编译就可以用啦。-C prepared by a run in the linux environment, Tower of Hanoi game source code, compiled with gcc can be used.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1688
    • 提供者:
  1. hanoi

    0下载:
  2. 实现汉诺塔的程序,用VC++6.0开发,能够在控制台程序中运行-Tower of Hanoi
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:8265
    • 提供者:
  1. tower-of-honait-

    0下载:
  2. PROGRAMMED BY : REHAN AHMED KHAN PAKISTAN- KARACHI BS student in FAST University (foundation for advancement of science and technology) this program is free ware and anyone can use it. /*************************************************
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1395
    • 提供者:ahmadfatemi
  1. Hanoi

    0下载:
  2. 实现了一个汉诺塔的游戏,可以自动演示,主要用到gdi、c#的事件编程-A Tower of Hanoi game automatic demonstration, mainly used in the event of the gdi, c# programming
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:115766
    • 提供者:sword
  1. Hanoi

    0下载:
  2. 汉诺塔:汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。-Tower of Hanoi: The Tower of Hanoi (also known as Tower of Hanoi) is derived from an ancient Indian le
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:706
    • 提供者:潘浩
  1. Hanoi

    0下载:
  2. 汉诺塔的代码实现,VC++开发平台,C语言描述。-The Tower of Hanoi' s code, VC++ development platform, the C language descr iption.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:166617
    • 提供者:李海锋
  1. hanoi

    0下载:
  2. 使用汇编语言实现汉诺塔程序 可选择盘子的个数-Assembly language program in Tower of Hanoi
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:967
    • 提供者:s沈云航
  1. Tower-of-Hanoi

    0下载:
  2. 此程序主要使用了一个事件结构,通过检测“按下键”来执行相应的分支,对应上下左右四个键,分别用了四个条件结构分支,在框图内分别编写了相对应的操作。具体实现盘的移动,是通过改变所显示的图片完成的-The procedure uses the structure of an event, by detecting the " press key" to perform the appropriate branch, corresponding to the four key up
  3. 所属分类:LabView

    • 发布日期:2017-06-13
    • 文件大小:20875817
    • 提供者:宋子文
  1. Hanoi-Tower

    0下载:
  2. 汉诺塔游戏,带自动演示功能,一共有7关,键盘/鼠标控制-Tower of Hanoi game, with automatic presentation capabilities.A total of 7 hurdles, keyboard/mouse control
  3. 所属分类:LabView

    • 发布日期:2017-05-14
    • 文件大小:3186817
    • 提供者:张斌
  1. Hanoi-game

    0下载:
  2. 用vc++将汉诺塔问题转化为游戏。上帝创造世界的时候做了三根金刚石柱子-The Tower of Hanoi problem with vc++ into the game. God created the world to do three diamond pillars ...
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:2083857
    • 提供者:John Spring
  1. Hanoi

    0下载:
  2. 汉诺塔的C#程序,让你能更好的体会程序的递归使用。-Tower of Hanoi C# program, you can better appreciate the program used recursively.
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:22982
    • 提供者:guo
  1. hanoi

    0下载:
  2. 汉诺塔游戏,采用visual c++开发, 这是一个经典的编程问题-Tower of Hanoi game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-08
    • 文件大小:2028650
    • 提供者:张镇
  1. hano-tower

    0下载:
  2. 汉诺塔小程序,可以计算任意阶汉诺塔的解法。-Tower of Hanoi applet can calculate the arbitrary order HANOR solution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:33226
    • 提供者:Shen Yangping
  1. Hanoi

    0下载:
  2. 汉诺塔演示 图形演示汉诺塔的过程 vc++实现-Tower of Hanoi demo the graphical presentation HANOR the process vc++
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-03
    • 文件大小:54817
    • 提供者:杨坤
  1. hanoi

    0下载:
  2. C++语言递归算法求解原始汉诺塔问题,邻近移动汉诺塔问题,循环移动汉诺塔问题,奇偶汉诺塔问题-Recursive algorithm for the original Tower of Hanoi problem, neighboring mobile HANOR, the loop mobile HANOR issue, parity Tower of Hanoi problem
  3. 所属分类:Console

    • 发布日期:2017-11-06
    • 文件大小:2774
    • 提供者:
  1. Hanoi

    0下载:
  2. 汉诺塔,用c数据结构编程实现汉诺塔的操作!欢迎下载!-Tower of Hanoi, with c data structure programming to achieve operation of HANOR! Welcome to download!
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:799
    • 提供者:曹强
  1. hanoi

    0下载:
  2. 让你清楚明白的理解汉诺塔的实现过程,这样学习起来就不会太困难的-So you clearly understand the understanding of the implementation process of the Tower of Hanoi, so the learning curve will not be too difficult
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:3966485
    • 提供者:顾小伟
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 32 »
搜珍网 www.dssz.com